runtime.mTraceState.startingTrace (field)
7 uses
runtime (current package)
trace.go#L203: startingTrace bool // this M is in TraceStart, potentially before traceEnabled is true
trace.go#L311: mp.trace.startingTrace = true
trace.go#L389: mp.trace.startingTrace = false
trace.go#L760: if !trace.enabled && !mp.trace.startingTrace {
trace.go#L1713: if !trace.enabled && !mp.trace.startingTrace {
trace.go#L1735: if !trace.enabled && !mp.trace.startingTrace {
trace.go#L1752: if !trace.enabled && !mp.trace.startingTrace {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |